github.com/klauspost/compress/zstd.fastEncoderDict.Reset (method, view implemented interface methods)

2 uses

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L1044: 	e.fastEncoderDict.Reset(d, singleBlock)
		enc_fast.go#L801: func (e *fastEncoderDict) Reset(d *dict, singleBlock bool) {